Html Css Color HEX #383D11 Turtle Green

📋 copy color: '#383D11'

red 56 ◦ green 61 ◦ blue 17

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

Shades of Turtle Green #383D11

Tints of Turtle Green #383D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 41.79%
G = 45.52%
B = 12.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#383D11 (or 0x383D11) is known color: Turtle Green. HEX triplet: 38, 3D and 11. RGB value is (56,61,17). Sum of RGB (Red+Green+Blue) = 56+61+17=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #383D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D11 is #C7C2EE. Grayscale: #363636. Windows color (decimal): -13091567 or 1129784. OLE color: 1129784.

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

Color convert

RGB 56 61 17 -
CMYK 0.08 0 0.72 0.76
HSL 66.82º 0.56% 0.15% -
HSV(B) 66.82º 0.72% 0.24% -
XYZ 3.4 4.22 1.17 -
YUV 54.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 56 61 17 0.08 0 0.72 0.76 66.82 0.56 0.15
Hex 38 3D 11 8 0 48 4C 43 38 F
Octal 70 75 21 10 0 110 114 103 70 17
Binary 111000 111101 10001 1000 0 1001000 1001100 1000011 111000 1111

Color Harmonies of #383D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D11

Black with #383D11

Text Example


Text Example

White with #383D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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