Html Css Color HEX #383F06 Turtle Green

📋 copy color: '#383F06'

red 56 ◦ green 63 ◦ blue 6

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

Shades of Turtle Green #383F06

Tints of Turtle Green #383F06

RGB

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

 GREEN value IS 63 (25% from 255) = 50.4%

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 44.8%
G = 50.4%
B = 4.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#383F06 (or 0x383F06) is known color: Turtle Green. HEX triplet: 38, 3F and 06. RGB value is (56,63,6). Sum of RGB (Red+Green+Blue) = 56+63+6=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #383F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F06 is #C7C0F9. Grayscale: #363636. Windows color (decimal): -13091066 or 409400. OLE color: 409400.

HSL color Cylindrical-coordinate representation of color #383F06: hue angle of 67.37º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #383F06 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 63 6 -
CMYK 0.11 0 0.90 0.75
HSL 67.37º 0.83% 0.14% -
HSV(B) 67.37º 0.9% 0.25% -
XYZ 3.44 4.41 0.84 -
YUV 54.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 56 63 6 0.11 0 0.90 0.75 67.37 0.83 0.14
Hex 38 3F 6 B 0 5A 4B 43 53 E
Octal 70 77 6 13 0 132 113 103 123 16
Binary 111000 111111 110 1011 0 1011010 1001011 1000011 1010011 1110

Color Harmonies of #383F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F06

Black with #383F06

Text Example


Text Example

White with #383F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,6); }

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

background-color css

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

 a { background-color: rgb(56,63,6); }

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

border-color css

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

 span { border-color: rgb(56,63,6); }

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