Html Css Color HEX #383D09 Turtle Green

📋 copy color: '#383D09'

red 56 ◦ green 61 ◦ blue 9

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

Shades of Turtle Green #383D09

Tints of Turtle Green #383D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.14%

R = 44.44%
G = 48.41%
B = 7.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.76

RGB Variations

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

Color information

#383D09 (or 0x383D09) is known color: Turtle Green. HEX triplet: 38, 3D and 09. RGB value is (56,61,9). Sum of RGB (Red+Green+Blue) = 56+61+9=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #383D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D09 is #C7C2F6. Grayscale: #353535. Windows color (decimal): -13091575 or 605496. OLE color: 605496.

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

Color convert

RGB 56 61 9 -
CMYK 0.08 0 0.85 0.76
HSL 65.77º 0.74% 0.14% -
HSV(B) 65.77º 0.85% 0.24% -
XYZ 3.35 4.2 0.89 -
YUV 53.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 56 61 9 0.08 0 0.85 0.76 65.77 0.74 0.14
Hex 38 3D 9 8 0 55 4C 42 4A E
Octal 70 75 11 10 0 125 114 102 112 16
Binary 111000 111101 1001 1000 0 1010101 1001100 1000010 1001010 1110

Color Harmonies of #383D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D09

Black with #383D09

Text Example


Text Example

White with #383D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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