Html Css Color HEX #383C1D Turtle Green

📋 copy color: '#383C1D'

red 56 ◦ green 60 ◦ blue 29

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

Shades of Turtle Green #383C1D

Tints of Turtle Green #383C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20%

R = 38.62%
G = 41.38%
B = 20%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#383C1D (or 0x383C1D) is known color: Turtle Green. HEX triplet: 38, 3C and 1D. RGB value is (56,60,29). Sum of RGB (Red+Green+Blue) = 56+60+29=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #383C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C1D is #C7C3E2. Grayscale: #373737. Windows color (decimal): -13091811 or 1915960. OLE color: 1915960.

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

Color convert

RGB 56 60 29 -
CMYK 0.07 0 0.52 0.76
HSL 67.74º 0.35% 0.17% -
HSV(B) 67.74º 0.52% 0.24% -
XYZ 3.47 4.16 1.78 -
YUV 55.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 56 60 29 0.07 0 0.52 0.76 67.74 0.35 0.17
Hex 38 3C 1D 7 0 34 4C 44 23 11
Octal 70 74 35 7 0 64 114 104 43 21
Binary 111000 111100 11101 111 0 110100 1001100 1000100 100011 10001

Color Harmonies of #383C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C1D

Black with #383C1D

Text Example


Text Example

White with #383C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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