Html Css Color HEX #38461B Turtle Green

📋 copy color: '#38461B'

red 56 ◦ green 70 ◦ blue 27

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

Shades of Turtle Green #38461B

Tints of Turtle Green #38461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 36.6%
G = 45.75%
B = 17.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#38461B (or 0x38461B) is known color: Turtle Green. HEX triplet: 38, 46 and 1B. RGB value is (56,70,27). Sum of RGB (Red+Green+Blue) = 56+70+27=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #38461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38461B is #C7B9E4. Grayscale: #3D3D3D. Windows color (decimal): -13089253 or 1787448. OLE color: 1787448.

HSL color Cylindrical-coordinate representation of color #38461B: hue angle of 79.53º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38461B is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 27 -
CMYK 0.20 0 0.61 0.73
HSL 79.53º 0.44% 0.19% -
HSV(B) 79.53º 0.61% 0.27% -
XYZ 4.02 5.3 1.85 -
YUV 60.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 56 70 27 0.20 0 0.61 0.73 79.53 0.44 0.19
Hex 38 46 1B 14 0 3D 49 50 2C 13
Octal 70 106 33 24 0 75 111 120 54 23
Binary 111000 1000110 11011 10100 0 111101 1001001 1010000 101100 10011

Color Harmonies of #38461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38461B

Black with #38461B

Text Example


Text Example

White with #38461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38461B; }

 p { color: rgb(56,70,27); }

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

background-color css

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

 a { background-color: rgb(56,70,27); }

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

border-color css

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

 span { border-color: rgb(56,70,27); }

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