Html Css Color HEX #383C14 Turtle Green

📋 copy color: '#383C14'

red 56 ◦ green 60 ◦ blue 20

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

Shades of Turtle Green #383C14

Tints of Turtle Green #383C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.12%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 41.18%
G = 44.12%
B = 14.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#383C14 (or 0x383C14) is known color: Turtle Green. HEX triplet: 38, 3C and 14. RGB value is (56,60,20). Sum of RGB (Red+Green+Blue) = 56+60+20=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #383C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C14 is #C7C3EB. Grayscale: #363636. Windows color (decimal): -13091820 or 1326136. OLE color: 1326136.

HSL color Cylindrical-coordinate representation of color #383C14: hue angle of 66º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383C14 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 60 20 -
CMYK 0.07 0 0.67 0.76
HSL 66º 0.5% 0.16% -
HSV(B) 66º 0.67% 0.24% -
XYZ 3.37 4.12 1.28 -
YUV 54.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 56 60 20 0.07 0 0.67 0.76 66 0.5 0.16
Hex 38 3C 14 7 0 43 4C 42 32 10
Octal 70 74 24 7 0 103 114 102 62 20
Binary 111000 111100 10100 111 0 1000011 1001100 1000010 110010 10000

Color Harmonies of #383C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C14

Black with #383C14

Text Example


Text Example

White with #383C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C14; }

 p { color: rgb(56,60,20); }

 H1.HeaderClassName
 {
   color: #383C14;
 }
 .AnyTagClassName
 {
   color: #383C14;
 }
</style>

background-color css

<style>
 a { background-color: #383C14; }

 a { background-color: rgb(56,60,20); }

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

border-color css

<style>
 span { border-color: #383C14; }

 span { border-color: rgb(56,60,20); }

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