Html Css Color HEX #383D15 Turtle Green

📋 copy color: '#383D15'

red 56 ◦ green 61 ◦ blue 21

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

Shades of Turtle Green #383D15

Tints of Turtle Green #383D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.2%

 BLUE value IS 21 (8.59% from 255) = 15.22%

R = 40.58%
G = 44.2%
B = 15.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#383D15 (or 0x383D15) is known color: Turtle Green. HEX triplet: 38, 3D and 15. RGB value is (56,61,21). Sum of RGB (Red+Green+Blue) = 56+61+21=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #383D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D15 is #C7C2EA. Grayscale: #373737. Windows color (decimal): -13091563 or 1391928. OLE color: 1391928.

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

Color convert

RGB 56 61 21 -
CMYK 0.08 0 0.66 0.76
HSL 67.5º 0.49% 0.16% -
HSV(B) 67.5º 0.66% 0.24% -
XYZ 3.43 4.23 1.35 -
YUV 54.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 56 61 21 0.08 0 0.66 0.76 67.5 0.49 0.16
Hex 38 3D 15 8 0 42 4C 44 31 10
Octal 70 75 25 10 0 102 114 104 61 20
Binary 111000 111101 10101 1000 0 1000010 1001100 1000100 110001 10000

Color Harmonies of #383D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D15

Black with #383D15

Text Example


Text Example

White with #383D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,21); }

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

background-color css

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

 a { background-color: rgb(56,61,21); }

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

border-color css

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

 span { border-color: rgb(56,61,21); }

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