Html Css Color HEX #383905 Turtle Green

📋 copy color: '#383905'

red 56 ◦ green 57 ◦ blue 5

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

Shades of Turtle Green #383905

Tints of Turtle Green #383905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 48.31%

 BLUE value IS 5 (2.34% from 255) = 4.24%

R = 47.46%
G = 48.31%
B = 4.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#383905 (or 0x383905) is known color: Turtle Green. HEX triplet: 38, 39 and 05. RGB value is (56,57,5). Sum of RGB (Red+Green+Blue) = 56+57+5=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #383905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383905 is #C7C6FA. Grayscale: #323232. Windows color (decimal): -13092603 or 342328. OLE color: 342328.

HSL color Cylindrical-coordinate representation of color #383905: hue angle of 61.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #383905 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 57 5 -
CMYK 0.02 0 0.91 0.78
HSL 61.15º 0.84% 0.12% -
HSV(B) 61.15º 0.91% 0.22% -
XYZ 3.12 3.78 0.71 -
YUV 50.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 56 57 5 0.02 0 0.91 0.78 61.15 0.84 0.12
Hex 38 39 5 2 0 5B 4E 3D 54 C
Octal 70 71 5 2 0 133 116 75 124 14
Binary 111000 111001 101 10 0 1011011 1001110 111101 1010100 1100

Color Harmonies of #383905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383905

Black with #383905

Text Example


Text Example

White with #383905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383905; }

 p { color: rgb(56,57,5); }

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

background-color css

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

 a { background-color: rgb(56,57,5); }

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

border-color css

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

 span { border-color: rgb(56,57,5); }

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