Html Css Color HEX #38400A Turtle Green

📋 copy color: '#38400A'

red 56 ◦ green 64 ◦ blue 10

#38400A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #38400A

Tints of Turtle Green #38400A

RGB

 RED value IS 56 (22.27% from 255) = 43.08%

 GREEN value IS 64 (25.39% from 255) = 49.23%

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 43.08%
G = 49.23%
B = 7.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38400A (or 0x38400A) is known color: Turtle Green. HEX triplet: 38, 40 and 0A. RGB value is (56,64,10). Sum of RGB (Red+Green+Blue) = 56+64+10=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #38400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38400A is #C7BFF5. Grayscale: #373737. Windows color (decimal): -13090806 or 671800. OLE color: 671800.

HSL color Cylindrical-coordinate representation of color #38400A: hue angle of 68.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38400A is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 10 -
CMYK 0.13 0 0.84 0.75
HSL 68.89º 0.73% 0.15% -
HSV(B) 68.89º 0.84% 0.25% -
XYZ 3.52 4.53 0.98 -
YUV 55.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 56 64 10 0.13 0 0.84 0.75 68.89 0.73 0.15
Hex 38 40 A D 0 54 4B 45 49 F
Octal 70 100 12 15 0 124 113 105 111 17
Binary 111000 1000000 1010 1101 0 1010100 1001011 1000101 1001001 1111

Color Harmonies of #38400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38400A

Black with #38400A

Text Example


Text Example

White with #38400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38400A; }

 p { color: rgb(56,64,10); }

 H1.HeaderClassName
 {
   color: #38400A;
 }
 .AnyTagClassName
 {
   color: #38400A;
 }
</style>

background-color css

<style>
 a { background-color: #38400A; }

 a { background-color: rgb(56,64,10); }

 div.DivClassName
 {
   background-color: #38400A;
 }
 .BgClassName
 {
   background-color: #38400A;
 }
</style>

border-color css

<style>
 span { border-color: #38400A; }

 span { border-color: rgb(56,64,10); }

 td.TdClassName
 {
   border-color: #38400A;
 }
 .TagClassName
 {
   border-color: #38400A;
 }
</style>