Html Css Color HEX #38420C Turtle Green

📋 copy color: '#38420C'

red 56 ◦ green 66 ◦ blue 12

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

Shades of Turtle Green #38420C

Tints of Turtle Green #38420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.25%

 BLUE value IS 12 (5.08% from 255) = 8.96%

R = 41.79%
G = 49.25%
B = 8.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#38420C (or 0x38420C) is known color: Turtle Green. HEX triplet: 38, 42 and 0C. RGB value is (56,66,12). Sum of RGB (Red+Green+Blue) = 56+66+12=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #38420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38420C is #C7BDF3. Grayscale: #393939. Windows color (decimal): -13090292 or 803384. OLE color: 803384.

HSL color Cylindrical-coordinate representation of color #38420C: hue angle of 71.11º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38420C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 12 -
CMYK 0.15 0 0.82 0.74
HSL 71.11º 0.69% 0.15% -
HSV(B) 71.11º 0.82% 0.26% -
XYZ 3.65 4.76 1.08 -
YUV 56.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 56 66 12 0.15 0 0.82 0.74 71.11 0.69 0.15
Hex 38 42 C F 0 52 4A 47 45 F
Octal 70 102 14 17 0 122 112 107 105 17
Binary 111000 1000010 1100 1111 0 1010010 1001010 1000111 1000101 1111

Color Harmonies of #38420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38420C

Black with #38420C

Text Example


Text Example

White with #38420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38420C; }

 p { color: rgb(56,66,12); }

 H1.HeaderClassName
 {
   color: #38420C;
 }
 .AnyTagClassName
 {
   color: #38420C;
 }
</style>

background-color css

<style>
 a { background-color: #38420C; }

 a { background-color: rgb(56,66,12); }

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

border-color css

<style>
 span { border-color: #38420C; }

 span { border-color: rgb(56,66,12); }

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